type net/http.http2Transport

32 uses

	net/http (current package)
		client.go#L328: 	case *http2Transport, http2noDialH2RoundTripper:
		h2_bundle.go#L764: 	t *http2Transport
		h2_bundle.go#L882: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
		h2_bundle.go#L918: func (c *http2addConnCall) run(t *http2Transport, key string, tc *tls.Conn) {
		h2_bundle.go#L3080: func (t *http2Transport) dialTLSWithContext(ctx context.Context, network, addr string, cfg *tls.Config) (*tls.Conn, error) {
		h2_bundle.go#L7150: type http2Transport struct {
		h2_bundle.go#L7266: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7276: func (t *http2Transport) maxFrameReadSize() uint32 {
		h2_bundle.go#L7289: func (t *http2Transport) disableCompression() bool {
		h2_bundle.go#L7293: func (t *http2Transport) pingTimeout() time.Duration {
		h2_bundle.go#L7313: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7317: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
		h2_bundle.go#L7319: 	t2 := &http2Transport{
		h2_bundle.go#L7360: func (t *http2Transport) connPool() http2ClientConnPool {
		h2_bundle.go#L7365: func (t *http2Transport) initConnPool() {
		h2_bundle.go#L7376: 	t             *http2Transport
		h2_bundle.go#L7597: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
		h2_bundle.go#L7635: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
		h2_bundle.go#L7683: func (t *http2Transport) CloseIdleConnections() {
		h2_bundle.go#L7745: func (t *http2Transport) dialClientConn(ctx context.Context, addr string, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L7757: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
		h2_bundle.go#L7771: func (t *http2Transport) dialTLS(ctx context.Context, network, addr string, tlsCfg *tls.Config) (net.Conn, error) {
		h2_bundle.go#L7794: func (t *http2Transport) disableKeepAlives() bool {
		h2_bundle.go#L7798: func (t *http2Transport) expectContinueTimeout() time.Duration {
		h2_bundle.go#L7805: func (t *http2Transport) maxDecoderHeaderTableSize() uint32 {
		h2_bundle.go#L7812: func (t *http2Transport) maxEncoderHeaderTableSize() uint32 {
		h2_bundle.go#L7819: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
		h2_bundle.go#L7823: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
		h2_bundle.go#L10104: func (t *http2Transport) vlogf(format string, args ...interface{}) {
		h2_bundle.go#L10110: func (t *http2Transport) logf(format string, args ...interface{}) {
		h2_bundle.go#L10200: type http2noDialH2RoundTripper struct{ *http2Transport }
		h2_bundle.go#L10210: func (t *http2Transport) idleConnTimeout() time.Duration {